home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Graphics
/
GraphicsWrap
/
Source
/
CmdHold.m
< prev
next >
Wrap
Text File
|
1991-09-16
|
236b
|
21 lines
/* Generated by Interface Builder */
#import "CmdHold.h"
@implementation CmdHold
- initCmd:(int)time
{
[super init];
command="hold";
number1=time;
return self;
}
-doCmd
{
[theBitmap cmdHold:number1];
return self;
}
@end